TABLE_REMOVE Function

Syntax

L table_remove(C tablename )

Arguments

tablename

The path and filename of a .DBF file.

Description

Remove an DBF table and all it's associated files.

Discussion

The TABLE_REMOVE() function removes all the files associated with a Alpha Anywhere table.

Example

table_remove("C:\Databases\mydb\my_database.Dbf")

Limitations

Desktop applications only.

See Also